System.GetNetworkInterface Function

Returns a NetworkInterface object. Use the NetworkInterface object to obtain networking information about the user's computer.

Syntax

result = System.GetNetworkInterface( [Index] )

Parameters

Index

Integer (Optional)

Return Value

Result

NetworkInterface

Notes

Use the optional parameter to specify the network interface card. Index is zero-based. NetworkInterfaceCount gives you the number of network interfaces in the computer.